home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMPRIVACY / TFRMPRIVACY.txt
Encoding:
Text File  |  2000-03-01  |  3.2 KB  |  155 lines

  1. object FrmPrivacy: TFrmPrivacy
  2.   Left = 374
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 433
  7.   ClientWidth = 532
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnClick = FormClick
  18.   OnCloseQuery = FormCloseQuery
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object LblPrivacyCounter: TLabel
  23.     Left = 257
  24.     Top = 182
  25.     Width = 28
  26.     Height = 59
  27.     Caption = '3'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -50
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     Transparent = True
  35.     OnClick = FormClick
  36.   end
  37.   object LblPrivacyLocked: TLabel
  38.     Left = 190
  39.     Top = 148
  40.     Width = 152
  41.     Height = 32
  42.     Caption = 'LOCKED IN'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -28
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     Transparent = True
  50.     OnClick = FormClick
  51.   end
  52.   object LblDesc: TLabel
  53.     Left = 165
  54.     Top = 245
  55.     Width = 218
  56.     Height = 23
  57.     Caption = 'Any key or click escapes'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = 23
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object PnlAuth: TPanel
  66.     Left = 0
  67.     Top = 399
  68.     Width = 532
  69.     Height = 34
  70.     Align = alBottom
  71.     BevelOuter = bvNone
  72.     TabOrder = 0
  73.     object LblPrivacy: TLabel
  74.       Left = 15
  75.       Top = 7
  76.       Width = 111
  77.       Height = 16
  78.       Caption = 'Privacy &Password:'
  79.       FocusControl = EditPrivacy
  80.     end
  81.     object EditPrivacy: TEdit
  82.       Left = 138
  83.       Top = 2
  84.       Width = 149
  85.       Height = 24
  86.       MaxLength = 12
  87.       PasswordChar = '*'
  88.       TabOrder = 0
  89.     end
  90.     object Panel2: TPanel
  91.       Left = 409
  92.       Top = 0
  93.       Width = 123
  94.       Height = 34
  95.       Align = alRight
  96.       BevelOuter = bvNone
  97.       TabOrder = 1
  98.       object Button1: TButton
  99.         Left = 2
  100.         Top = 1
  101.         Width = 119
  102.         Height = 31
  103.         Caption = '&Unlock'
  104.         Default = True
  105.         TabOrder = 0
  106.         OnClick = FormClick
  107.       end
  108.     end
  109.   end
  110.   object PnlPrivacyTitle: TPanel
  111.     Left = 0
  112.     Top = 0
  113.     Width = 532
  114.     Height = 21
  115.     Align = alTop
  116.     BevelInner = bvRaised
  117.     BevelOuter = bvLowered
  118.     TabOrder = 1
  119.     OnClick = FormClick
  120.     object Label1: TLabel
  121.       Left = 7
  122.       Top = 3
  123.       Width = 78
  124.       Height = 15
  125.       Caption = 'Privacy Sheet'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clWindowText
  128.       Font.Height = 15
  129.       Font.Name = 'Arial'
  130.       Font.Style = [fsBold]
  131.       ParentFont = False
  132.       OnClick = FormClick
  133.     end
  134.   end
  135.   object Clock: TRxClock
  136.     Left = 145
  137.     Top = 90
  138.     Width = 250
  139.     Height = 250
  140.     BevelInner = bvNone
  141.     BevelOuter = bvNone
  142.     DotsColor = clBlue
  143.     ShowMode = scAnalog
  144.     Anchors = [akLeft, akTop, akRight, akBottom]
  145.     Visible = False
  146.     OnClick = FormClick
  147.   end
  148.   object PrivacyTimer: TTimer
  149.     Enabled = False
  150.     OnTimer = PrivacyTimerTimer
  151.     Left = 425
  152.     Top = 154
  153.   end
  154. end
  155.